home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / setup / vbnet / 16 windows forms / customizedformsdemo / customizedformsdemo.exe.config < prev    next >
Encoding:
Text File  |  2001-09-18  |  300 b   |  9 lines

  1. <configuration>
  2.     <appSettings>
  3.         <!--   User application and configured property settings go here.-->
  4.         <!--   Example: <add key="settingName" value="settingValue"/> -->
  5.         <add key="ServerName" value="SQLMAIN" />
  6.         <add key="UserName" value="FrancescoBal" />
  7.     </appSettings>
  8. </configuration>
  9.